/*$$
{"color":[{"val":"#ffffff","title":"导航文字颜色"},
{"val":"#fc4e29","title":"鼠标滑过导航文字颜色"},
{"val":"#333333","title":"默认主体文字颜色"},
{"val":"#999999","title":"底部文字颜色"}],
"background":[{"val":"#fc4e29","title":"鼠标滑过背景颜色"},
{"val":"#ffffff","title":"默认联系方式背景颜色"}],
"border":[{"val":"#303030","title":"底部导航边框"},
{"val":"#e3e3e3","title":"联系人边框"},
{"val":"#eeeeee","title":"备案上方边框线"}]}
$$*/
#footer_151{
	width: 100%;
	position: relative;
	background:#fbfbfb url(./../../../static/images/FD00018_08.png) no-repeat top center;
	padding-top: 65px;
	height: 600px;
	background-size: auto 450px; 
}
#footer_151 .footerCon{
	width: 1200px;
	margin: 0 auto;
}
#footer_151 .footnav{
	border: #303030 solid 1px;
	border-top: none;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	position: relative;
	margin-bottom: 40px;
}
#footer_151 .navList{
	border-right: #303030 solid 1px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 15px;
	position: relative;
	max-height: 245px;
	overflow: hidden;
}
#footer_151 .navList::before{
	right: 0;
}
#footer_151 .navList::before,
#footer_151 .footnav::before,
#footer_151 .footnav::after{
	width: 2px;
	height: 35px;
	background: #fc4e29;
	position: absolute;
	top:0;
	content: '';
}
#footer_151 .footnav::before{
	right: 0;
}
#footer_151 .footnav::after{
	left: 0;
}
#footer_151 .navList dt{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
#footer_151 .navList dd{
	font-size: 14px;
	line-height: 40px;
}
#footer_151 .navList dd a,
#footer_151 .navList dt a{
	color: #ffffff;
	transition: all .8s;
}
#footer_151 .navList dd:hover a,
#footer_151 .navList dt:hover a{
	margin-left: 10px;
	color: #fc4e29;
}
#footer_151 .codeCon .title{
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}
#footer_151 .codeImg{
	background:  url(./../../../static/images/FD00018_01.png) no-repeat;
	width: 122px;
	height: 122px;
	margin: 0 auto;
	padding: 13px;
}
#footer_151 .codeImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer_151 .contactCon{
	width: 100%;
}
#footer_151 .liaison{
	border: #e3e3e3 solid 15px;
	width: 350px;
	background: #ffffff;
	height: 120px;
	border-radius: 80px;
	padding: 15px 20px;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
}
#footer_151 .liaison img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
}
#footer_151 .contact{
	width: 235px;
	height: 185px;
	background: #ffffff;
	border-radius: 10px;
	margin-left: 20px;
	float: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 45px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#footer_151 .contact::before{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 0;
	background: #fc4e29;
	content: '';
	transition: all .8s;
}
#footer_151 .contact:hover::before{
	height: 100%;
}
#footer_151 .contact .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#footer_151 .contact .icon .c2,
#footer_151 .contact:hover .icon .c1{
	display: none;
	transition: all 1.5s;
}
#footer_151 .contact .icon .c1,
#footer_151 .contact:hover .icon .c2{
	display: block;
	transition: all 1.5s;
}
#footer_151 .contact:hover .icon{
	background: #ffffff;
}
#footer_151 .contact .tit-1{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
	transition: all 1.5s;
}
#footer_151 .contact .tit-2{
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	line-height: 22px;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	transition: all 1.5s;
}
#footer_151 .contact:hover .tit-1,
#footer_151 .contact:hover .tit-2{
	color: #ffffff;
}
#footer_151 .footEnd{
	border-top:#eeeeee solid 1px;
	line-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #999999;
	font-size: 14px;
}
#footer_151 .footEnd a{
	color: #999999;
	margin: 0 10px;
}
@media screen and (max-width: 1200px){
	#footer_151 .footerCon{
		width: 100%;
	}
	#footer_151 .liaison{
		width: 300px;
	}
	#footer_151 .contact{
		width: calc((100% - 300px - 60px)/3);
	}
}
@media screen and (max-width: 1024px){
	#footer_151 .navList dd{
		font-size: 12px;
	}
	#footer_151 .contact{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	#footer_151{
		display: none;
	}
}